From: Ian Jackson Date: Tue, 22 Jun 2010 15:22:30 +0000 (+0100) Subject: init.d: Fix xencommons init script chkconfig configuration X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11888 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=7b76ecc628b908df7bc1c677be5419985eceb25d;p=xen.git init.d: Fix xencommons init script chkconfig configuration Fix the xencommons init script chkconfig configuration since the priority was missing here and chkconfig was complaining about invalid chkconfig script so I added both start and stop priorities to the chkconfig line and it was working fine, the script was successfully added to chkconfig when using `chkconfig --add xencommons` and management using the chkconfig utility was now possible. Tested on RHEL-5 Server with Xen-4.1-unstable installed, running on PVops kernel 2.6.32.15 and it was working fine. Signed-off-by: Michal Novotny --- diff --git a/tools/hotplug/Linux/init.d/xencommons b/tools/hotplug/Linux/init.d/xencommons index 873e42c7f4..9fa3301e34 100644 --- a/tools/hotplug/Linux/init.d/xencommons +++ b/tools/hotplug/Linux/init.d/xencommons @@ -4,7 +4,7 @@ # # Author: Ian Jackson # -# chkconfig: 2345 +# chkconfig: 2345 70 10 # description: Starts and stops xenstored and xenconsoled ### BEGIN INIT INFO # Provides: xenstored xenconsoled